home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / CDROM / METAD_ST / README.1ST < prev    next >
Encoding:
Text File  |  1996-07-14  |  2.1 KB  |  48 lines

  1.  
  2. This is a modified version of MetaDOS 2.6
  3.  
  4. It allows the use of SCSI-CD-ROMs connected to the ACSI port of the
  5. Atari ST. No audio functions at all are supported - the system may 
  6. crash if they are called by a program!
  7.  
  8. Attention - most ST SCSI controllers don't support parity control-
  9. be sure to disable parity control on your CD-ROM!
  10.  
  11. The patch was done as follows:
  12.  
  13. The device driver CDARGEN.BOS was copied to the file CD_ACSI.BOS.
  14. Then it was edited:
  15.  
  16. At the address $16E (from program start - no base page or file header etc.)
  17. the BNE.W command is disabled by two NOP ($4E71).
  18. This means that the test of the INQUIRY name "CD-ROM" is disabled and always
  19. positive.
  20.  
  21. Two routines use the CDAR-505 specific non-standard commands "EXTENDED READ" and
  22. "EXTENDED SEEK". These commands are 10 bytes long and have to be transformed to
  23. the "READ" and "SEEK" standard commands that are 6 bytes long.
  24.  
  25. You'll find the places in CDARGEN.BOS searching for the bytes $00 $40 $00 $18
  26. (E-Read) or $00 $40 $00 $1B (E-Seek). What is to do? Nothing for the first address
  27. found for E-Seek - it seems to be never used by the ACSI device.
  28. At address $12BC and following (E-Read) there the addresses relative to register A1
  29. have to be changed: The block number has to be written to 1st..3rd command byte
  30. instead of 3rd..5th, and the number of blocks has to be in the 4th instead of the 8th.
  31. The ACSI should be done with a 5 instead of a 9 in register D2.
  32. The same procedure should be done for address $13B4 and following (E-Seek).
  33.  
  34. I am not responsible for any damage or data loss that is caused by the use of this
  35. patched driver. You (the user) should check out very careful if your system works
  36. stable with the patched Metados 2.6
  37.  
  38. Enjoy it and use your radio for music,
  39.  
  40. C. Peppermueller
  41. (E-mail: Christian.Peppermueller@rzmail.uni-erlangen.de)
  42.  
  43. By the way: This patch seems to work on my old 520ST+ Atari, together with an
  44. ICD SCSI controller and the SONY CDU55S CD-ROM, even if there is also a
  45. SEAGATE ST296N hard disc connected, too.
  46. Do you know how to set the real time clock on the ICD controller (SCSI device 6)?
  47. If you do, please let me know!
  48.